Fix threaded test under no-threading configuration git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@343432 91177308-0d34-0410-b5e6-96231b3b80d8 
diff --git a/test/std/language.support/support.limits/support.limits.general/atomic.version.pass.cpp b/test/std/language.support/support.limits/support.limits.general/atomic.version.pass.cpp index 032ec26..0c15dc5 100644 --- a/test/std/language.support/support.limits/support.limits.general/atomic.version.pass.cpp +++ b/test/std/language.support/support.limits/support.limits.general/atomic.version.pass.cpp 
@@ -16,6 +16,8 @@    */   +// UNSUPPORTED: libcpp-has-no-threads +  #include <atomic>  #include "test_macros.h"   
diff --git a/test/std/language.support/support.limits/support.limits.general/shared_mutex.version.pass.cpp b/test/std/language.support/support.limits/support.limits.general/shared_mutex.version.pass.cpp index c12ebab..d432e8b 100644 --- a/test/std/language.support/support.limits/support.limits.general/shared_mutex.version.pass.cpp +++ b/test/std/language.support/support.limits/support.limits.general/shared_mutex.version.pass.cpp 
@@ -16,6 +16,8 @@    */   +// UNSUPPORTED: libcpp-has-no-threads +  #include <shared_mutex>  #include "test_macros.h"